github.com/go-faster/jx.value.buf (field)
24 uses
github.com/go-faster/jx (current package)
dec_num.go#L34: d.ResetBytes(str.buf)
dec_num.go#L55: v = append(v, str.buf...)
dec_obj.go#L47: if err := f(d, k.buf); err != nil {
dec_obj.go#L68: if err := f(d, k.buf); err != nil {
dec_obj_iter.go#L82: i.key = k.buf
dec_str.go#L14: buf: b,
dec_str.go#L21: return v.buf, nil
dec_str.go#L25: buf []byte
dec_str.go#L31: buf: appendRune(v.buf, r),
dec_str.go#L115: return value{buf: str, raw: true}, nil
dec_str.go#L117: return value{buf: append(v.buf, str...)}, nil
dec_str.go#L122: return d.strSlow(value{buf: append(v.buf, str...)})
dec_str.go#L195: v.buf = append(v.buf, d.buf[d.head:d.head+i]...)
dec_str.go#L210: return value{buf: append(v.buf, str...)}, nil
dec_str.go#L212: v.buf = append(v.buf, str...)
dec_str.go#L235: return v.buf, nil
dec_str.go#L250: v.buf = append(v.buf, val)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |